U_CAPI UDateFormat* udat_openPattern ( const UChar *pattern, int32_t patternLength, const char *locale, UErrorCode *status)

Open a new UDateFormat for formatting dates and times

Documentation

Open a new UDateFormat for formatting dates and times. A UDateFormat may be used to format dates in calls to udat_format, and to parse dates in calls to udat_parse.
Returns:
A pointer to a UDateFormat to use for formatting dates and times, or 0 if an error occurred.
Parameters:
pattern - A pattern specifying the format to use.
patternLength - The number of characters in the pattern, or -1 if null-terminated.
locale - The locale specifying the formatting conventions
status - A pointer to an UErrorCode to receive any errors
See Also:
udat_open

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de